Skip to content

Add STM32C0116-DK support. #1995

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Add STM32C0116-DK support. #1995

wants to merge 2 commits into from

Conversation

honnet
Copy link
Contributor

@honnet honnet commented Apr 5, 2023

Summary

This PR implements the following features:

  • Feature 1: add support for stm32c0116-dk dev board.
  • Feature 2: add support for the MCU in this dev board (STM32C011x).

Motivation: these are new architectures / dev boards that ST seems to push for.

Let me know if there's anything that can be improved :)

@fpistm fpistm self-requested a review April 5, 2023 06:37
@fpistm fpistm added the new variant Add support of new bard label Apr 5, 2023
@fpistm fpistm added this to the 2.6.0 milestone Apr 5, 2023
Copy link
Member

@fpistm fpistm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR. In fact you add the generic mcu support not the specific DK board.
README.md file have to be updated to reference new mcu declaration..

@@ -4,12 +4,18 @@
# See: https://github.com/stm32duino/Arduino_Core_STM32/wiki/Add-a-new-variant-%28board%29

# Generic C011D6Yx

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file must not be changed, it is generated automatically. It is used to ease addition in the boards.txt.
All generic should be added in the boards.txt.

@fpistm
Copy link
Member

fpistm commented Jun 29, 2023

Superseded by #2049

@fpistm fpistm added duplicate This issue or pull request already exists and removed On hold labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists new variant Add support of new bard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants